home *** CD-ROM | disk | FTP | other *** search
- #language english
- #version 0
- ; Translation-File for PlugIn-Module SysTools
- ;
- DESCRIPTION (1//)
- Does some useful system operations.
- ;
- PARAMETER (//)
- RESET/S - resets your Amiga\n\
- CONFIRM/S - asks the user for confirmation\n\
- FLUSH/S - flushes the memory
- ;
- REBOOT_QUESTION (//)
- Do you really want to reboot ?
- ;
- REBOOT_ANSWER (//)
- Yes|No
- ;
- IF_RESET (//)
- Reset the computer
- ;
- IF_CONFIRMATION (//)
- Ask the user for confirmation
- ;
- IF_FLUSHMEMORY (//)
- Flush memory
-